home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Pac Man.swf
/
scripts
/
DefineButton2_110
/
BUTTONCONDACTION on(keyPress Up).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
248 b
|
13 lines
on(keyPress "<Up>"){
pmovenew = "up";
if(up eq "1" and re eq "1")
{
if(stop eq "0")
{
setProperty("/dot", _Y, doty - "10");
setProperty("/dot", _rotation, "270");
re = "0";
}
}
}